extends AbstractResource
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| children | List | ||
| cart | Cart | Returns the shopping cart object | |
| totalCost | BigDecimal | ||
| totalItems | BigDecimal | ||
| productOrders | List | Get all products orders for this cart | |
| description | String | ||
| title | String | ||
| name | String | ||
| parent | CommonCollectionResource |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| getCart ( ) | Cart | Returns the shopping cart object | |
| getProductOrders ( ) | List | Get all products orders for this cart |
Hide comments